All Questions
Tagged with asynchronous-programmingevent
4 questions
3votes
3answers
264views
How are new bounded contexts deployed, and bugs fixed, in message-driven "autonomous" microservice architectures?
I'm coming from the monolith background, using a single large relational database. From my research, many proponents of the microservice architecture favor the event-driven rather than REST driven ...
22votes
3answers
9kviews
API Gateway (REST) + Event-Driven Microservices
I have a bunch of microservices whose functionality I expose through a REST API according to the API Gateway pattern. As these microservices are Spring Boot applications, I am using Spring AMQP to ...
4votes
2answers
3kviews
Combining asynchronous and synchronous programming
I've got trouble wrapping my head around a certain problem: In my data-flow app (a visual editor), I have both autonomous objects which communicate though ports via unordered simultaneous messages ...
0votes
1answer
2kviews
Good practice using signals and event driven system
I am using signals (specifically Boost signals2) to create an event driven protocol API and model. Most elements have their own signals, and there are usually multiple of each element. Consider a ...